AIF or Data Migration Framework [AX 2012]

Posted by Tito on Stack Overflow See other posts from Stack Overflow or by Tito
Published on 2012-07-12T11:34:20Z Indexed on 2012/12/17 23:03 UTC
Read the original article Hit count: 317

I was importing some entities to AX 2012 using AIF and consuming the web services through an C# ASP.Net application. I already made it for Customers,Vendors,Workers,Chart of Accounts and now starting General Journals.

Some customization I could find a workaround using the AIF Document Service Wizard: Creating the DUNS number using a service for the DirDunsNumber table, later associating the customer with the new created DUNS Number. On the Products data migration will need a lot of customization like this.

This month I heard the annoucement that there is this new framework (Data Migration Framework), still in beta version.

I would like to know if the Data Migration Framework would cover all of these customizations ? What are the advantages of this new framework over AIF ?

© Stack Overflow or respective owner

Related posts about axapta

Related posts about data-migration